/* css 重置 */


@font-face {
  font-family: family;
  src: url("../fonts/Gilroy-Medium-2.eot");
  src: local("☺"), url("../fonts/Gilroy-Medium-2.woff") format("woff"), url("../fonts/Gilroy-Medium-2.ttf") format("truetype"), url("../fonts/Gilroy-Medium-2.svg") format("svg"); }


body,
p,
input,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
form {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
  font-weight: normal;
  font-family: "PingFang SC", "Source Han Sans SC", "HanHei SC",
    "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", 黑体,
    Arial, sans-serif;
}

.en{font-family:family,Tahoma,Geneva,sans-serif; text-transform:uppercase;}

img {
  border: 0;
  max-width:100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #000;
  text-align: left;
}

header,
section,
footer,
img {
  display: block;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
}

li {
  list-style: none;
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

* {
  box-sizing: border-box;
}

:root {
  --themaGreen: #00a294;
  --themaRed: #e70039;
  --themaBlack: #333333;
  --themaFontBlack: #939393;
}
.supWidth {
  max-width: 1920px;
  margin: 0 auto;
}

.maxWidth {
  max-width: 1580px;
  padding: 0 15px;
}

.midWidth {
}

.smallWidth {
}

.maxWidth {
  position: relative;
  margin: 0 auto;
}

.supWidth,
.midWidth,
.smallWidth {
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}

.banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.navigator {
  width: 100%;
  margin: -100px auto 0;
  font-size: 0;
  text-align: center;
}

.navigator li {
  display: inline-block;
  margin: 0 16px;
}

.navigator li a {
  position: relative;
  display: block;
  padding: 0 2px;
  line-height: 40px;
  color: white;
  font-size: 16px;
  overflow: hidden;
}

.navigator li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: -100%;
  bottom: 0;
  transition: all 0.4s;
  background-color: white;
}

.navigator li a:hover::after,
.navigator li a.on::after {
  left: 0%;
}

/* header-start */

/* header-end */

.line {
  height: 60px;
  margin-top: 27px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f6f6f6;
  box-sizing: content-box;
}

.putImg {
  overflow: hidden;
}

.putImg img {
  max-width: 100%;
  transition: all 0.4s;
}

.putImg:hover img {
  transform: scale(1.1);
}



/* footer */
footer {
  padding-top: 145px;
  padding-bottom: 130px;
  background-color: #f8f8f8;
}

footer .lineBtm {
  display: flex;
  padding-top: 20px;
  align-items: center;
  color: #3d3d3d;
  font-size: 16px;
  line-height: 34px;
  justify-content: space-between;
  border-top: 1px solid #dcdcdc;
}

footer .lineBtm .changeLanguage {
  cursor: pointer;
}

footer .lineBtm .changeLanguage img {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

footer .lineTop .btm {
  display: flex;
  height: 66px;
  align-items: center;
  color: #3d3d3d;
  justify-content: space-between;
}

footer .lineTop .btm .right a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}

footer .lineTop .top {
  display: flex;
  align-items: flex-start;
  padding-bottom: 54px;
  justify-content: space-between;
}

footer .lineTop .top .left .linkToShop {
  display: block;
  width: 245px;
  height: 50px;
  border: 1px solid #dadada;
  text-align: center;
  transition: all 0.4s;
}

footer .lineTop .top .left .linkToShop img {
  display: inline-block;
  vertical-align: middle;
}

footer .lineTop .top .left .linkToShop span {
  display: inline-block;
  margin-left: 15px;
  margin-right: 30px;
  font-size: 18px;
  color: #3d3d3d;
  line-height: 50px;
  vertical-align: middle;
}

/*footer .lineTop .top .left .linkToShop:hover {
  border-color: var(--themaGreen);
  background-color: var(--themaGreen);
}

footer .lineTop .top .left .linkToShop:hover span {
  color: white;
}*/

footer .lineTop .top .left .txt {
  margin: 45px 0;
  font-size: 20px;
  color: #3d3d3d;
  line-height: 45px;
}

footer .lineTop .top .left .txt .m {
  font-size: 36px;
  font-weight: bold;
}

footer .lineTop .top .left .logo {
  display: block;
  margin-bottom: 50px;
  font-size: 30px;
  line-height: 52px;
}

footer .lineTop .top .left .logo img {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

footer .lineTop .top .right,
footer .lineTop .top .ftNav {
  margin-top: 15px;
}

footer .lineTop .top .right .putCode {
  position: relative;
  cursor: pointer;
}

footer .lineTop .top .right .putCode img {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

footer .lineTop .top .right .putCode > p {
  margin-top: 15px;
  font-size: 16px;
  color: #a5a5a5;
  text-align: center;
}

footer .lineTop .top .right .putCode:hover .tool {
  display: block;
}

footer .lineTop .top .right .tool {
  display: none;
  position: absolute;
  width: 210px;
  height: 240px;
  padding: 25px;
  left: 50%;
  top: calc(100% + 30px);
  line-height: 20px;
  border-radius: 30px;
  background-color: white;
  transform: translateX(-50%);
}

footer .lineTop .top .right .tool::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: white;
}

footer .lineTop .top .right .tool .txt {
  font-size: 16px;
  color: #a5a5a5;
  line-height: 20px;
}

footer .lineTop .top .right .tool .red {
  margin-top: 15px;
  line-height: 20px;
  text-align: center;
  color: #ff7c24;
  font-size: 16px;
}

footer .lineTop .top .ftNav {
  font-size: 0;
}

footer .lineTop .top .ftNav li {
  display: inline-block;
  vertical-align: top;
}

footer .lineTop .top .ftNav li:not(:last-child) {
  margin-right: 40px;
}

footer .lineTop .top .ftNav dt {
  margin-bottom: 40px;
  color: #111111;
  font-weight: bold;
  font-size: 14px;
}

footer .lineTop .top .ftNav dd a {
  font-size: 14px;
  color: #a5a5a5;
  line-height: 35px;
}

footer .lineTop .top .ftNav dd a:hover {
  text-decoration: underline;
}

main.grey {
  background-color: #eeeeee;
}

.banner {
  height: 980px;
}

.banner .ctMain {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  line-height: 50px;
  transform: translate(-50%, -50%);
}

.banner .ctMain .b {
  font-size: 44px;
}

.banner .ctMain .s {
  font-size: 16px;
}

/* 返回按钮 */

.returnBtn {
  position: absolute;
  width: 162px;
  height: 55px;
  top: 76px;
  right: 100px;
  cursor: pointer;
  z-index: 9;
  line-height: 55px;
  border-radius: 30px;
  background-color: #cd121b;
}

.returnBtn img {
  display: block;
  margin-top: 20px;
  margin-left: 20px;
}

/* 菜单 */

.header__nav {
  display: flex;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100vw - 168px);
  height: 100vh;
  padding: 12rem 0 10rem 4rem;
  background-color: #ededed;
  color: #333;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease 0.8s;
  overflow: hidden;
  transform: translateZ(1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.header__nav__wrapper {
  scroll-behavior: smooth;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header__nav__wrapper a {
  display: inline-block;
  padding: 0.8rem 0;
  font-size: 13.33333333vh;
  line-height: 0.93;
  letter-spacing: 0.01em;
  font-weight: 500;
  overflow: hidden;
  color: #333;
  transform: translateX(-3rem);
  opacity: 0;
  transition: 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0ms;
  transition-property: opacity, transform;
}

.header__nav__wrapper img {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transform: translateX(2rem);
  height: auto;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__nav__wrapper img.portrait {
  width: 41.7rem;
  height: 56.7rem;
}

.header__nav__wrapper img[data-img-id="0"] {
  top: 0;
  right: 14.8rem;
}

.header__links {
  width: calc(100% - 8rem);
  display: flex;
  position: absolute;
  left: 4rem;
  bottom: 3rem;
  z-index: 9;
}

.header__links__item {
  font-size: 1.3rem;
  color: #a5a5a5;
}

.header__links a {
  color: #333;
  transition: color 0.2s linear;
}

.header__lang {
  margin-left: auto;
  display: flex;
  list-style: none;
}

.header__lang .lang-item {
  margin-left: 1rem;
  text-transform: uppercase;
}

.header__lang .lang-item a {
  color: #a5a5a5;
  font-size: 1.4rem;
}

.header__lang .lang-item.current-lang a,
.no-touchevents .header__lang .lang-item a:hover {
  color: #333;
}

.menu-open .header__nav {
  opacity: 1;
  pointer-events: all;
  transition-duration: 0.8s;
  transition-delay: 0.2s;
  z-index: 10;
}

.menu-open .header__nav__wrapper a {
  opacity: 1;
  transform: none;
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}

.header__nav__wrapper a:first-of-type {
  transition-delay: 0.2s;
}

.header__nav img {
  opacity: 0;
  transform: translate(0px, 0px);
}

.flexBetween {
  display: flex;
  justify-content: space-between;
}